home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / animate / anim.h < prev    next >
C/C++ Source or Header  |  1992-11-19  |  718b  |  48 lines

  1. /* Header file generated with fdesign. */
  2.  
  3. /**** Callback routines ****/
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. /**** Forms and Objects ****/
  11.  
  12. extern FL_FORM *Animate;
  13.  
  14. extern FL_OBJECT
  15.         *Animator,
  16.         *ScriptBrowser,
  17.         *InputBox,
  18.         *LoopButton,
  19.         *StopButton,
  20.         *PlayButton,
  21.         *StepBButton,
  22.         *LoadButton,
  23.         *ExitButton,
  24.         *InfoButton,
  25.         *BounceButton,
  26.         *StepFButton,
  27.         *OnceButton,
  28.         *SpeedSlide,
  29.         *ScriptButton,
  30.         *CommandButton;
  31.  
  32. extern FL_FORM *InfoPanel;
  33.  
  34. extern FL_OBJECT
  35.         *InfoBrowse,
  36.         *CloseButton;
  37.  
  38. extern FL_FORM *Command;
  39.  
  40. extern FL_OBJECT
  41.         *CommandInput;
  42.  
  43.  
  44.  
  45. /**** Creation Routine ****/
  46.  
  47. extern void create_the_forms();
  48.